home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / debuggers / scypmon.lha / scypmonv1.8 / InstallLibrary < prev    next >
Encoding:
Text File  |  1992-05-15  |  277 b   |  11 lines

  1. .K ""
  2. echo "This script will install the dis.library in your libs: directory."
  3.  
  4. ask "Do you wish to continue with the installation of dis.library? [y/n]"
  5. if WARN
  6.         copy dis.library libs:dis.library
  7. endif
  8.  
  9. echo "All Done.  Click close gadget to get rid of window."
  10. endcli
  11.